| Tool Name | Total Calls | Success Rate | Avg Time (ms) | Performance | State Changes |
|---|---|---|---|---|---|
| get_reservation_details | 116 | 18.1% | 0.04ms | Poor | 0/116 |
| get_user_details | 36 | 25.0% | 0.04ms | Poor | 0/36 |
| transfer_to_human_agents | 24 | 100.0% | 0.03ms | Excellent | 0/24 |
| cancel_reservation | 14 | 28.6% | 0.10ms | Poor | 14/14 |
| get_flight_status | 12 | 100.0% | 0.04ms | Excellent | 0/12 |
| book_reservation | 10 | 0.0% | 6.62ms | Poor | 4/10 |
| search_direct_flight | 10 | 20.0% | 0.18ms | Poor | 0/10 |
| send_certificate | 4 | 25.0% | 0.05ms | Poor | 4/4 |
| search_onestop_flight | 2 | 100.0% | 0.17ms | Excellent | 0/2 |
| update_reservation_flights | 2 | 0.0% | 0.12ms | Poor | 2/2 |
| Tool Name | Category | Calls | Success Rate | Avg Time (ms) | Performance Rating |
|---|---|---|---|---|---|
| cancel_reservation | State-Changing | 14 | 100.0% | 0.10ms | Excellent |
| book_reservation | State-Changing | 4 | 100.0% | 16.43ms | Excellent |
| send_certificate | State-Changing | 4 | 100.0% | 0.05ms | Excellent |
| update_reservation_flights | State-Changing | 2 | 100.0% | 0.12ms | Excellent |
| get_reservation_details | Read-Only | 116 | 96.6% | 0.04ms | Excellent |
| get_user_details | Read-Only | 36 | 100.0% | 0.04ms | Excellent |
| transfer_to_human_agents | Read-Only | 24 | 100.0% | 0.03ms | Excellent |
| get_flight_status | Read-Only | 12 | 100.0% | 0.04ms | Excellent |
| search_direct_flight | Read-Only | 10 | 100.0% | 0.18ms | Excellent |
| book_reservation | Read-Only | 6 | 0.0% | 0.08ms | Poor |
| search_onestop_flight | Read-Only | 2 | 100.0% | 0.17ms | Excellent |
7 tools failed action validation checks:
{'reservation_id': '4OG6T3'}{'user_id': 'anya_garcia_5901'}{'user_id': 'sophia_silva_7557', 'origin': 'ORD', 'destination': 'PHL', 'flight_type': 'one_way', 'c...{'reservation_id': 'NQNU5R'}{'origin': 'JFK', 'destination': 'MCO', 'date': '2024-05-22'}{'reservation_id': 'XEHM4B', 'cabin': 'economy', 'flights': [{'flight_number': 'HAT005', 'date': '20...{'user_id': 'noah_muller_9847', 'amount': 50}| Tool Name | Total Calls | Success Rate | Avg Time (ms) |
|---|---|---|---|
| get_reservation_details | 116 | 18.1% | 0.04ms |
| get_user_details | 36 | 25.0% | 0.04ms |
| cancel_reservation | 14 | 28.6% | 0.10ms |
| book_reservation | 10 | 0.0% | 6.62ms |
| search_direct_flight | 10 | 20.0% | 0.18ms |
| Tool Name | Avg Time (ms) | Total Calls | Success Rate |
|---|---|---|---|
| book_reservation | 6.62ms | 10 | 0.0% |
| search_direct_flight | 0.18ms | 10 | 20.0% |
| search_onestop_flight | 0.17ms | 2 | 100.0% |
| update_reservation_flights | 0.12ms | 2 | 0.0% |
| cancel_reservation | 0.10ms | 14 | 28.6% |
Most common tool transitions:
Recursive patterns: 6 tools frequently call themselves, indicating iterative processing patterns.